CygNet NOTE View Control - Methods

The following table lists and describes methods of the CygNet NOTE View Control. The CxNoteServiceCtrl object contains the following methods, which are accessed using the control's script editor.

Method

Description

AboutBox

The AboutBox method displays an About dialog box for the control.

Syntax

AboutBox()

Example

The following examples launch an About dialog box for the control.

Copy
AboutBox
Sub ShowAboutBox()
 
    <Object>.AboutBox
 
End Sub

Sub ButtonTool_EventClick()

    Dim This : Set This = ButtonTool
    <Object>.AboutBox
 
End Sub

Delete

The Delete method removes a record from the view. Confirmation is required.

End

 

GetSelectedDataKey

The GetSelectedDataKey method retrieves a selected data key for a note.

Home

 

JumpTo

The JumpTo method jumps to a specified note.

New

The New method invokes a Create New Note dialog box.

Properties

The Properties method invokes a Properties dialog box for the selected service(s) if the properties function is enabled.

RefreshContents

The Refresh method refreshes the contents of the control from the NOTE Service.

SelectSearch

The SearchSearch method selects a search index.